home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Object.dxr / 00109.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  342 b   |  15 lines

  1. on exitFrame
  2.   global objpropertylist, objpos, objectlist
  3.   if objpos = 1 then
  4.     set the visible of sprite 11 to 0
  5.   else
  6.     if objpos = count(objectlist) then
  7.       set the visible of sprite 12 to 0
  8.     end if
  9.   end if
  10.   if count(getaProp(objpropertylist, #hs)) = 0 then
  11.     set the visible of sprite 13 to 0
  12.   end if
  13.   updateStage()
  14. end
  15.